home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="RotateEffect">
- <description>
- RotateEffect enables image rotation based upon the Orientation property.
- </description>
- <property name="Orientation" type="int" default="1" label="Orientation Flag">
- <range min="1" max="8"/>
- <comments>
- Orientation flag for rotating the image
- 1 = No rotation
- 2 = Flip Horizontal
- 3 = Rotate 180 degrees
- 4 = Flip Vertical
- 5 = Flip horizontal then rotate 90 degrees (transpose)
- 6 = Rotate 90 degrees
- 7 = Flip horizontal then rotate 270 (transpose)
- 8 = Rotate 270 degrees
- </comments>
- </property>
- <property name="Rotation" type="float" default="0.0" label="Rotation">
- <range min="-1" max="1"/>
- <comments>
- Apply arbitrary rotation to image
- </comments>
- </property>
- <property name="InterpolationMode" type="int" default="1" label="Interpolation Mode">
- <choice>NearestNeighbor</choice>
- <choice>Bilinear</choice>
- <choice>Bicubic</choice>
- </property>
- </effect>
-